ComponentOne ASP.NET MVC Controls
OnClientItemsSourceChanging Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientItemsSourceChanging Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientItemsSourceChanging client event. Occurs after the grid has been bound to a new items source.
Syntax
'Declaration
 
Public Function OnClientItemsSourceChanging( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientItemsSourceChanging( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members